Returns an AppleEventObjectSpecifier that refers to a property of the AppleEventObjectSpecifier passed.
Syntax |
|---|
|
result = GetPropertyObjectDescriptor( Object, Name ) |
Parameters |
||
|---|---|---|
|
Object |
The source object. Pass Nil to search at the application level. |
|
|
Name |
The name of the property of Object to be returned. |
|
Return Value |
||
|---|---|---|
|
Result |
An object that refers to the Name property of Object. |
|